|
CATIA V6 : CATIA V6 Logo in Schriftfeld einfügen
Bertel am 11.03.2016 um 13:29 Uhr (1)
Hallo Apfelkern,ich zeige nur die grundsätzliche Vorgehensweise.Du musst die Objektnamen natürlich an dein Makro anpassen!drawingView1Path = "C:Ordner..."drawingSheet1GrußBertel
| In das Form CATIA V6 wechseln |
|
CATIA V6 : CATIA V6 Logo in Schriftfeld einfügen
Bertel am 09.03.2016 um 17:41 Uhr (1)
Hallo Apfelkern,ich mache es so: Dim Logo As DrawingPicture Set Logo = drawingView1.Pictures.Add(Path&"logo.jpg",drawingSheet1.GetPaperWidth-132,12) Logo.height = 7.6 Logo.width = 41 Logo.Name = "logo_neu"GrußBertel
| In das Form CATIA V6 wechseln |
|
CATIA V6 : CATIA V6 Logo in Schriftfeld einfügen
Bertel am 11.03.2016 um 14:19 Uhr (1)
Hallo Apfelkern,hier ein Auszug aus der Doku:Example: The following example inserts a drawing picture from a given picture file path The MyView is the active view in the active drawing sheet Dim MySheet As DrawingSheet Set MySheet = CATIA.ActiveDocument.Sheets.ActiveSheet Dim MyView As DrawingView Set MyView = MySheet.Views.ActiveView Dim MyDrawingPicture1 As DrawingPicture Set MyDrawingPicture1 = MyView.Pictures.Add("C: mpall.bmp", 100., 50.) GrußBertel
| In das Form CATIA V6 wechseln |
|
Anzeige:
Anzeige: (Infos zum Werbeplatz)
 |